object NodelistBrowser: TNodelistBrowser Left = 73 Top = 0 BorderStyle = bsDialog Caption = 'Browse The Nodelist' ClientHeight = 412 ClientWidth = 514 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Tree: TTreeView Left = 0 Top = 0 Width = 514 Height = 229 ReadOnly = True Indent = 19 OnExpanding = TreeExpanding OnExpanded = TreeExpanded OnCollapsed = TreeCollapsed OnChange = TreeChange Align = alTop TabOrder = 0 OnClick = TreeClick end object bOK: TButton Left = 20 Top = 372 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 104 Top = 372 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object bHelp: TButton Left = 188 Top = 372 Width = 75 Height = 25 Caption = 'Help' TabOrder = 3 end object Panel1: TPanel Left = 1 Top = 235 Width = 512 Height = 119 BevelOuter = bvNone TabOrder = 4 object llAddr: TLabel Left = 52 Top = 4 Width = 41 Height = 13 Alignment = taRightJustify Caption = 'Address:' end object llStat: TLabel Left = 57 Top = 20 Width = 36 Height = 13 Alignment = taRightJustify Caption = 'Station:' end object llSysop: TLabel Left = 59 Top = 36 Width = 34 Height = 13 Alignment = taRightJustify Caption = 'SysOp:' end object llSite: TLabel Left = 49 Top = 52 Width = 44 Height = 13 Alignment = taRightJustify Caption = 'Location:' end object llPhn: TLabel Left = 59 Top = 68 Width = 34 Height = 13 Alignment = taRightJustify Caption = 'Phone:' end object llSpd: TLabel Left = 59 Top = 84 Width = 34 Height = 13 Alignment = taRightJustify Caption = 'Speed:' end object llFlags: TLabel Left = 65 Top = 100 Width = 28 Height = 13 Alignment = taRightJustify Caption = 'Flags:' end object lFlags: TLabel Left = 100 Top = 100 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object lSpeed: TLabel Left = 100 Top = 84 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object lPhone: TLabel Left = 100 Top = 68 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object lLocation: TLabel Left = 100 Top = 52 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object lSysop: TLabel Left = 100 Top = 36 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object lStation: TLabel Left = 100 Top = 20 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object lAddress: TLabel Left = 100 Top = 4 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object llWrkTime: TLabel Left = 188 Top = 84 Width = 65 Height = 13 Alignment = taRightJustify Caption = 'Working time:' Visible = False end object lWrkTime: TLabel Left = 260 Top = 84 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object llAddrSearch: TLabel Left = 368 Top = 10 Width = 76 Height = 13 Caption = '&Address search:' FocusControl = eAddress end object eAddress: TEdit Left = 365 Top = 26 Width = 136 Height = 21 DragCursor = crHandPoint TabOrder = 0 OnChange = eAddressChange OnKeyPress = eAddressKeyPress end end end